﻿2026-07-27T08:19:32.8694565Z ##[group]Run actions/checkout@v5
2026-07-27T08:19:32.8695104Z with:
2026-07-27T08:19:32.8695470Z   repository: BigscreenVR/spt-bs-core
2026-07-27T08:19:32.8698463Z   token: ***
2026-07-27T08:19:32.8698807Z   ssh-strict: true
2026-07-27T08:19:32.8699132Z   ssh-user: git
2026-07-27T08:19:32.8699446Z   persist-credentials: true
2026-07-27T08:19:32.8699814Z   clean: true
2026-07-27T08:19:32.8700138Z   sparse-checkout-cone-mode: true
2026-07-27T08:19:32.8700511Z   fetch-depth: 1
2026-07-27T08:19:32.8700832Z   fetch-tags: false
2026-07-27T08:19:32.8701179Z   show-progress: true
2026-07-27T08:19:32.8701506Z   lfs: false
2026-07-27T08:19:32.8701805Z   submodules: false
2026-07-27T08:19:32.8702120Z   set-safe-directory: true
2026-07-27T08:19:32.8702505Z   allow-unsafe-pr-checkout: false
2026-07-27T08:19:32.8702882Z env:
2026-07-27T08:19:32.8703191Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-27T08:19:32.8703798Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-27T08:19:32.8704328Z ##[endgroup]
2026-07-27T08:19:33.0677491Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-27T08:19:33.0678798Z ##[group]Getting Git version info
2026-07-27T08:19:33.0679383Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-27T08:19:33.0921066Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-27T08:19:33.1140495Z git version 2.43.0.windows.1
2026-07-27T08:19:33.1163364Z ##[endgroup]
2026-07-27T08:19:33.1172199Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\b73875c0-6b8e-4ea5-abc3-a7c9e3978965\.gitconfig'
2026-07-27T08:19:33.1187681Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\b73875c0-6b8e-4ea5-abc3-a7c9e3978965' before making global git config changes
2026-07-27T08:19:33.1188795Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T08:19:33.1193441Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-27T08:19:33.1472428Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-27T08:19:33.1777017Z https://github.com/BigscreenVR/spt-bs-core
2026-07-27T08:19:33.1804743Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-27T08:19:33.1809207Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-27T08:19:33.2028281Z refs/heads/main
2026-07-27T08:19:33.2053967Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-07-27T08:19:33.2652946Z HEAD is now at 3d9ec73a Merge pull request #96 from BigscreenVR/req/active-only-never-inject
2026-07-27T08:19:33.2918475Z ##[endgroup]
2026-07-27T08:19:33.2921791Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-27T08:19:33.6897994Z ##[group]Cleaning the repository
2026-07-27T08:19:33.6902222Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-27T08:19:43.8497531Z Removing target/
2026-07-27T08:19:43.8537964Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-27T08:19:43.9319563Z HEAD is now at 3d9ec73a Merge pull request #96 from BigscreenVR/req/active-only-never-inject
2026-07-27T08:19:43.9346622Z ##[endgroup]
2026-07-27T08:19:43.9351876Z ##[group]Disabling automatic garbage collection
2026-07-27T08:19:43.9359378Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-27T08:19:43.9654502Z ##[endgroup]
2026-07-27T08:19:43.9655135Z ##[group]Setting up auth
2026-07-27T08:19:43.9655836Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-27T08:19:43.9930988Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-27T08:19:44.4171449Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T08:19:44.4429552Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-27T08:19:44.8803065Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T08:19:44.9051531Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-27T08:19:45.3009637Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-27T08:19:45.3379768Z ##[endgroup]
2026-07-27T08:19:45.3380160Z ##[group]Fetching the repository
2026-07-27T08:19:45.3386847Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0fb7d902ae5a4d7c6de03487e5a57a0b228c7118:refs/remotes/pull/97/merge
2026-07-27T08:19:46.1319274Z ##[endgroup]
2026-07-27T08:19:46.1319780Z ##[group]Determining the checkout info
2026-07-27T08:19:46.1320271Z ##[endgroup]
2026-07-27T08:19:46.1328260Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-27T08:19:46.1612705Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-27T08:19:46.1871226Z ##[group]Checking out the ref
2026-07-27T08:19:46.1876023Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/97/merge
2026-07-27T08:19:46.3251294Z Previous HEAD position was 3d9ec73a Merge pull request #96 from BigscreenVR/req/active-only-never-inject
2026-07-27T08:19:46.3251925Z HEAD is now at 0fb7d902 Merge 0f7722bdffbf51120942cdfdcaf618a14f309d1e into be4182b6b1c54e37adf6eae047b5d79602056ac1
2026-07-27T08:19:46.3276492Z ##[endgroup]
2026-07-27T08:19:46.3547048Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-27T08:19:46.3780696Z 0fb7d902ae5a4d7c6de03487e5a57a0b228c7118
